home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-05 | 492 b | 14 lines | [TEXT/ttxt] |
- Preparing the script to run under unix
- Change the folowing line in the script
-
- $MACINTOSH=1;
- to
- # $MACINTOSH=1;
-
- Check the first 2 lines in the script and make sure that /usr/bin/perl points to your perl binary. If not, change the lines.
-
- - Copy the script to a propriate directory, eg /usr/local/bin
- - Do "chmod 0755 setext2html.pl"
- - Copy the file setext2html.pl.1 to the man1 directory in your manual pages directory
-
- Now you can enter "man setext2html.pl" to read the manual page.